Spread WPF 18
GrapeCity.Wpf.SpreadSheet.Xaml Namespace / XamlCollection<T> Class / Item Property
An int value that indicates the index.


In This Topic
    Item Property (XamlCollection<T>)
    In This Topic
    Gets the sheet at the special index.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As T
    'Usage
     
    Dim instance As XamlCollection(Of T)
    Dim index As Integer
    Dim value As T
     
    value = instance.Item(index)
    public virtual T this[ 
       int index
    ]; {get;}

    Parameters

    index
    An int value that indicates the index.

    Property Value

    The sheet at the special index.
    See Also